home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / CINEBENCH 2003 / resource / res / description / KEP2P.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  182b  |  14 lines

  1. #ifndef _KEP2P_H_
  2. #define _KEP2P_H_
  3.  
  4. enum
  5. {
  6.     P2P_LINK           = 10001, // link
  7.     P2P_BIAS                     = 10002, // real
  8.     P2P_CUBIC                     = 10003, // bool
  9.  
  10.     P2P_DUMMY
  11. };
  12.  
  13. #endif
  14.